projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a7d36
)
Don't turn on the mode when the file is loaded.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Feb 1999 20:52:20 +0000
(20:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Feb 1999 20:52:20 +0000
(20:52 +0000)
lisp/shadowfile.el
patch
|
blob
|
history
diff --git
a/lisp/shadowfile.el
b/lisp/shadowfile.el
index 10ba6cdff54a90618941d3c0a6dbd983c2302112..19dcec62d12cfb417ee27d1ab0809e75980c0f73 100644
(file)
--- a/
lisp/shadowfile.el
+++ b/
lisp/shadowfile.el
@@
-841,10
+841,6
@@
look for files that have been changed and need to be copied to other systems."
(add-hook 'write-file-hooks 'shadow-add-to-todo)
(define-key ctl-x-4-map "s" 'shadow-copy-files)))
-(if noninteractive
- (add-hook 'after-init-hook 'shadow-initialize)
- (shadow-initialize))
-
;;;Local Variables:
;;;eval:(put 'shadow-when 'lisp-indent-hook 1)
;;;End: